Searched refs:poe_mkheader (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/pppoe/ |
H A D | common.h | 76 extern poep_t *poe_mkheader(void *dptr, uint8_t codeval, int sessionid);
|
H A D | common.c | 151 poe_mkheader(void *dptr, uint8_t codeval, int sessionid) in poe_mkheader() function
|
H A D | pppoed.c | 287 poep = poe_mkheader(pkt_output, POECODE_PADT, in handle_input()
|
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 | 1899 opoe = poe_mkheader(outp, ispadi ? POECODE_PADO : POECODE_PADS, 0); in locate_service() 2224 poep = poe_mkheader(pkt_output, POECODE_PADT, ptp.ptp_lsessid); in launch_service()
|