Searched refs:pkt_output (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/ |
H A D | pppoed.c | 287 poep = poe_mkheader(pkt_output, POECODE_PADT, in handle_input() 339 pkt_output, &srvp); in handle_input() 350 (void) poe_add_str((poep_t *)pkt_output, POETT_NAMERR, in handle_input() 358 poep = (poep_t *)pkt_output; in handle_input()
|
H A D | common.h | 50 extern uint32_t pkt_output[];
|
H A D | common.c | 51 uint32_t pkt_output[PKT_OUTPUT_LEN / sizeof (uint32_t)]; variable
|
H A D | pppoec.c | 622 poep = poe_mkheader(pkt_output, POECODE_PADI, 0); in send_padi() 845 poep = poe_mkheader(pkt_output, POECODE_PADR, 0); in send_padr()
|
H A D | options.c | 2225 poep = poe_mkheader(pkt_output, POECODE_PADT, ptp.ptp_lsessid); in launch_service()
|