Home
last modified time | relevance | path

Searched refs:oph (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dprint-icmp6.c1401 const struct nd_opt_homeagent_info *oph; in icmp6_opt_print() local
1488 oph = (const struct nd_opt_homeagent_info *)op; in icmp6_opt_print()
1490 GET_BE_U_2(oph->nd_opt_hai_preference), in icmp6_opt_print()
1491 GET_BE_U_2(oph->nd_opt_hai_lifetime)); in icmp6_opt_print()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clstate.c522 struct nfsclopenhash *oph; in nfscl_getstateid() local
655 oph = NFSCLOPENHASH(clp, nfhp, fhlen); in nfscl_getstateid()
656 LIST_FOREACH(op, oph, nfso_hash) { in nfscl_getstateid()
666 LIST_INSERT_HEAD(oph, op, nfso_hash); in nfscl_getstateid()
714 struct nfsclopenhash *oph; in nfscl_getopen() local
753 oph = &ohashp[NFSCLOPENHASHFUNC(nfhp, fhlen)]; in nfscl_getopen()
754 LIST_FOREACH(op, oph, nfso_hash) { in nfscl_getopen()
763 LIST_INSERT_HEAD(oph, op, nfso_hash); in nfscl_getopen()