Symbol: bootpc_ifcontext
sys/fs/nfs/common/bootp_subr.c
1022
bootpc_adjust_interface(struct bootpc_ifcontext *ifctx,
sys/fs/nfs/common/bootp_subr.c
1078
bootpc_add_default_route(struct bootpc_ifcontext *ifctx)
sys/fs/nfs/common/bootp_subr.c
1099
bootpc_remove_default_route(struct bootpc_ifcontext *ifctx)
sys/fs/nfs/common/bootp_subr.c
1259
bootpc_compose_query(struct bootpc_ifcontext *ifctx, struct lwp *td)
sys/fs/nfs/common/bootp_subr.c
139
STAILQ_ENTRY(bootpc_ifcontext) next;
sys/fs/nfs/common/bootp_subr.c
1421
bootpc_decode_reply(struct nfsv3_diskless *nd, struct bootpc_ifcontext *ifctx,
sys/fs/nfs/common/bootp_subr.c
1586
struct bootpc_ifcontext *ifctx; /* Interface BOOTP contexts */
sys/fs/nfs/common/bootp_subr.c
187
STAILQ_HEAD(, bootpc_ifcontext) interfaces;
sys/fs/nfs/common/bootp_subr.c
197
struct bootpc_ifcontext *setrootfs;
sys/fs/nfs/common/bootp_subr.c
198
struct bootpc_ifcontext *sethostname;
sys/fs/nfs/common/bootp_subr.c
271
static void bootpc_compose_query(struct bootpc_ifcontext *ifctx,
sys/fs/nfs/common/bootp_subr.c
290
static void bootpc_fakeup_interface(struct bootpc_ifcontext *ifctx,
sys/fs/nfs/common/bootp_subr.c
293
static void bootpc_adjust_interface(struct bootpc_ifcontext *ifctx,
sys/fs/nfs/common/bootp_subr.c
297
struct bootpc_ifcontext *ifctx,
sys/fs/nfs/common/bootp_subr.c
301
struct bootpc_ifcontext *ifctx);
sys/fs/nfs/common/bootp_subr.c
303
static __inline int bootpc_ifctx_isresolved(struct bootpc_ifcontext *ifctx);
sys/fs/nfs/common/bootp_subr.c
304
static __inline int bootpc_ifctx_isunresolved(struct bootpc_ifcontext *ifctx);
sys/fs/nfs/common/bootp_subr.c
305
static __inline int bootpc_ifctx_isfailed(struct bootpc_ifcontext *ifctx);
sys/fs/nfs/common/bootp_subr.c
452
struct bootpc_ifcontext *ifctx;
sys/fs/nfs/common/bootp_subr.c
466
bootpc_ifctx_isresolved(struct bootpc_ifcontext *ifctx)
sys/fs/nfs/common/bootp_subr.c
476
bootpc_ifctx_isunresolved(struct bootpc_ifcontext *ifctx)
sys/fs/nfs/common/bootp_subr.c
486
bootpc_ifctx_isfailed(struct bootpc_ifcontext *ifctx)
sys/fs/nfs/common/bootp_subr.c
497
struct bootpc_ifcontext *ifctx)
sys/fs/nfs/common/bootp_subr.c
605
struct bootpc_ifcontext *ifctx;
sys/fs/nfs/common/bootp_subr.c
954
bootpc_fakeup_interface(struct bootpc_ifcontext *ifctx, struct lwp *td)
sys/fs/nfs/common/bootp_subr.c
997
bootpc_shutdown_interface(struct bootpc_ifcontext *ifctx, struct lwp *td)