Lines Matching refs:bind
268 * llc_ui_autobind - automatically bind a socket to a sap
269 * @sock: socket to bind
273 * specifically used llc_ui_bind to bind to an specific address/sap
327 * llc_ui_bind - bind a socket to a specific address.
328 * @sock: Socket to bind an address to.
332 * Bind a socket to a specific address. For llc a user is able to bind to
334 * If the user desires to bind to a specific mac + sap, it is possible to
474 * called bind(2) with a smac the address of the first interface of the
476 * This function will autobind if user did not previously call bind.
498 /* bind connection to sap if user hasn't done it. */
500 /* bind to sap with null dev, exclusive */
953 /* must bind connection to sap if user hasn't done it. */
955 /* bind to sap with null dev, exclusive. */
1230 .bind = llc_ui_bind,