HomeSort by: relevance | last modified time | path
    Searched defs:bind_port (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
if_wg.c 813 int (*bind_port)(struct wg_softc *, const uint16_t); member in struct:wg_ops
820 .bind_port = wg_bind_port,
836 .bind_port = wg_bind_port_user,
4914 error = wg->wg_ops->bind_port(wg, (uint16_t)port);
if_wg.c 813 int (*bind_port)(struct wg_softc *, const uint16_t); member in struct:wg_ops
820 .bind_port = wg_bind_port,
836 .bind_port = wg_bind_port_user,
4914 error = wg->wg_ops->bind_port(wg, (uint16_t)port);

Completed in 29 milliseconds