Home
last modified time | relevance | path

Searched refs:pep (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netgraph/
H A Dng_cisco.c343 struct protoent *pep; in cisco_rcvdata() local
352 if (pep->af == 0xffff) in cisco_rcvdata()
368 switch (pep->af) { in cisco_rcvdata()
418 struct protoent *pep; in cisco_disconnect() local
422 pep->hook = NULL; in cisco_disconnect()
443 struct protoent *pep; in cisco_input() local
543 pep = &sc->inet; in cisco_input()
546 pep = &sc->inet6; in cisco_input()
549 pep = &sc->atalk; in cisco_input()
552 pep = &sc->ipx; in cisco_input()
[all …]
/f-stack/freebsd/contrib/ngatm/netnatm/api/
H A Dcc_data.c121 struct atm_exstatus_ep **pep, struct atm_exstatus_port **pport, in cc_get_extended_status() argument
155 *pep = CCMALLOC(sizeof(**pep) * status->neps); in cc_get_extended_status()
160 if (*pep == NULL || *pport == NULL || in cc_get_extended_status()
162 CCFREE(*pep); in cc_get_extended_status()
169 eep = *pep; in cc_get_extended_status()
/f-stack/dpdk/doc/guides/contributing/
H A Dcoding_style.rst792 `PEP8 (Style Guide for Python Code) <https://www.python.org/dev/peps/pep-0008/>`_.